home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / play21d / play.hlp < prev    next >
Text File  |  1990-01-05  |  13KB  |  165 lines

  1.                                                                               
  2.  ** Function key usage **                                                     
  3.                                                                               
  4.    F1     - Display this help information.                                    
  5.    F3     - Exit program.                                                     
  6.    F4     - Save configuration information to disk for quicker                
  7.              start up the next time this file is played.                      
  8.    F5     - Rewind to beginning (00:00).                                      
  9.    F6     - Fast forward (advances 10 seconds at a time).                     
  10.    F7     - Toggles between play and pause.                                   
  11.    F9     - Decrease value of current field.                                  
  12.    F10    - Increase value of current field.                                  
  13.    Home   - Move to first screen cell (File).                                 
  14.    Alt-F1 - Toggle channel activity indicators off/on.                        
  15.    Alt-F2 - Toggle MIDI thru mode off/on (default is on).                     
  16.    Alt-F3 - Push to DOS (suspends playing).                                   
  17.                                                                               
  18.  ** Editing **                                                                
  19.                                                                               
  20.  Use the arrow keys to move the large block cursor around the screen to       
  21.  select the available data fields or "cells".  On a color monitor, the data   
  22.  in cells which can be changed will appear yellow.  Note the input area near  
  23.  the bottom of the screen, indicated by ">" and the small blinking cursor.    
  24.  To enter or change a selected cell, type into the input area and press       
  25.  return.  The value entered will then appear in the cell (if the input was    
  26.  valid).  A description of the valid input for the current cell will always   
  27.  appear on the line above the input area.                                     
  28.                                                                               
  29.  Use the following keys for editing:                                          
  30.                                                                               
  31.   Return    - Retrieves the current contents of a cell and places it in the   
  32.                 input area for modification (if the input area is empty).     
  33.   Insert    - Toggles between character insert and overwrite modes.           
  34.   Delete    - Deletes the character at the cursor.                            
  35.   BackSpace - Deletes the character before the cursor.                        
  36.   End       - Moves to the end of the character string.                       
  37.   Home      - Moves to the beginning of the character string.                 
  38.   Escape    - Erases the input area.                                          
  39.                                                                               
  40.  ** Operation **                                                              
  41.                                                                               
  42.  To load a MIDI file, move to the "File:" cell (press Home).  Then type the   
  43.  name of the file and press return.  If no extension is given, ".MFF" is      
  44.  assumed.  After the file has been loaded, it will be scanned for the various 
  45.  types of data described below.  This will take some time, unless the data    
  46.  has been previously saved for this file using the F4 function.  Press F7 to  
  47.  begin playing.  Note that any operation may be performed while a song is     
  48.  playing.                                                                     
  49.                                                                               
  50.  Data cells:                                                                  
  51.                                                                               
  52.  - Tempo or Speed:  For metrically specified time bases, this cell controls   
  53.    the overall, or "master", tempo in beats per minute.  The first tempo      
  54.    value encountered in the file is used as the reference for subsequent      
  55.    manual changes.  If the file does not specify tempo, 120 is assumed.  The  
  56.    speed of play at any given point is determined by the ratio of the current 
  57.    setting to the original value (regardless of tempo changes in the file).   
  58.    For example, if the original value is 120, play will occur at half speed   
  59.    whenever the master tempo is changed to 60.                                
  60.                                                                               
  61.    For files having a time base specified in SMPTE or MIDI time code units,   
  62.    this cell is indicated as speed, rather than tempo, and is given as a      
  63.    percentage of the initial speed (100%).  Half speed is 50%, double speed   
  64.    is 200%, etc.                                                              
  65.                                                                               
  66.  - Lt (Length):  Duration of the song in minutes and seconds.  Note that when 
  67.    the master tempo is changed, the duration is adjusted accordingly.         
  68.                                                                               
  69.  - Pos (Position):  The current song position in minutes and seconds.  This   
  70.    cell is updated every second while playing is in progress (actually, for   
  71.    every second in which an event occurs).  It may be selected and changed at 
  72.    any time.  It may take a few seconds to skip to a new position, depending  
  73.    on how far away it is.  Selecting an earlier location requires scanning    
  74.    from the beginning.  The F6 (fast forward) function advances the position  
  75.    10 seconds at a time.  F10 may also be used when this cell is selected to  
  76.    advance 1 second.  F9 (decrease) is not recommended.  Note: This cell      
  77.    represents elapsed time since the start of play - if the master tempo is   
  78.    changed while playing, counting continues in one second intervals and the  
  79.    ending time may not match the song duration for that play.                 
  80.                                                                               
  81.  The numbered rows show channel data as follows:                              
  82.                                                                               
  83.  - Chan:  MIDI channel number (1-16).                                         
  84.                                                                               
  85.  - Notes:  Maximum number of notes played concurrently on the channel (as     
  86.    determined by note on/off messages).                                       
  87.                                                                               
  88.  - Lo/Hi:  Lowest and highest note pitches used on the channel.               
  89.                                                                               
  90.  - Vol:  Maximum volume of notes played on the channel, from 0 to 100 percent 
  91.    (determined by note velocities).  If this value is changed, subsequent     
  92.    note volumes will be adjusted *relative* to the original maximum value.    
  93.                                                                               
  94.  - Map:  Channel to which the original output for this channel is to be       
  95.    redirected (1 to 16).  Default is the same channel.                        
  96.                                                                               
  97.  - Chg:  Determines whether program changes are allowed for the channel. "On" 
  98.    indicates changes enabled.                                                 
  99.                                                                               
  100.  - Xpos:  The number of half steps that notes on the channel are to be        
  101.    transposed.  From -127 to +127.  Notes transposed below 0 or above 127     
  102.    will not be played.                                                        
  103.                                                                               
  104.  - Tracks:  Lists the MIDI file track numbers which contain messages for the  
  105.    channel.  (There may be more than can be displayed - use the program in    
  106.    line mode to get full track information.)  Note that track 1 typically     
  107.    contains only tempo information and will probably not appear.              
  108.                                                                               
  109.  - Info:  Originally contains textual information found while scanning the    
  110.    track(s) corresponding to the channel.  This information may be changed as 
  111.    desired to record information about the file for future reference.  It can 
  112.    be saved along with the rest of the screen data by using the F4 function.  
  113.                                                                               
  114.                                                                               
  115.  ** Saving **                                                                 
  116.                                                                               
  117.  When the F4 (save) function key is pressed, the current data on the screen   
  118.  will be saved to a file.  The same name as the current file is used, but     
  119.  with the extension ".PLA".  If a .PLA file corresponding to the MIDI file    
  120.  being loaded is found, that data will be used and the (sometimes slow)       
  121.  initial scan step is eliminated.  F4 will replace the existing .PLA file     
  122.  whenever it is pressed.                                                      
  123.                                                                               
  124.  ** Command line usage **                                                     
  125.                                                                               
  126.  PLAY <filename> <mode> <options>                                             
  127.                                                                               
  128.  If <filename> is specified, PLAY is run non-interactively (i.e., the file is 
  129.  just played, without the full-screen editing display).  Interactive mode is  
  130.  selected simply by leaving off the file name.                                
  131.                                                                               
  132.  <mode> may only be specified if a file name is given.  If <mode> is a number 
  133.  from 1 to 16, it indicates the channel to which all channel messages will be 
  134.  redirected.  This is useful for quick "auditioning" of a file when the       
  135.  actual channels are unknown, or when they do not match the equipment         
  136.  settings.  For more control, run PLAY interactively.                         
  137.                                                                               
  138.  If <mode> is the letter "S", no playing is done, but the file is scanned and 
  139.  pertinent channel and track information is listed (similar to that displayed 
  140.  in interactive mode).  To capture scan output to a file, use standard DOS    
  141.  output redirection:  play midifile s >outfile                                
  142.                                                                               
  143.  <options> may be "-r" and/or "-p", and may be specified for either           
  144.  interactive or non-interactive mode.  "-r" indicates that the Roland MPU     
  145.  compatible interface is to be used if an IBM Music Feature card is also      
  146.  present.  "-p" followed by a hexidecimal number defines the base I/O address 
  147.  to be used for the MPU interface.  Note that MIDI hardware interrupts are    
  148.  not used, so the IRQ setting of the interface is not relevant.               
  149.                                                                               
  150.  Examples:                                                                    
  151.                                                                               
  152.    play                     (Runs the program interactively)                  
  153.                                                                               
  154.    play test.mff            (Plays the file non-interactively)                
  155.                                                                               
  156.    play test.mff s          (Just scans the file and lists data)              
  157.                                                                               
  158.    play test.mff 3          (Maps all channels to channel 3)                  
  159.                                                                               
  160.    play -p336               (Runs interactively; forces MPU I/O address 336)  
  161.                                                                               
  162.    play test.mff -r         (Plays file, forcing MPU mode)                    
  163.                                                                               
  164.  ---------------------------------------------------------------------------  
  165.